Skip to main content
Version: 11.0

Log Configuration

You can configure logs and modify log configurations. You must have admin rights to configure log or modify configurations. 

  1. Navigate to Admin Settings > Log Configuration.
    The Log Configuration page is displayed.
  2. Click Add new record.
  3. Select the logger name in the Logger Name field.
  4. Select the required log level from the Log Level drop down list.
  5. Select the time out for the new log record from the Timeout drop down list.
  6. Click Update to create the record.

The new log record is added successfully.

Editing a Log Record

You can edit, apply, or clear a log record. 

  1. Navigate to Admin Settings > Log Configuration.
    The Log Configuration page is displayed.
  2. Click Edit under the Actions section in the row of the log record that you wish to edit.
    The selected record is displayed in editable mode.
  3. Make the required changes to the record.
  4. Click Update.

The selected record is updated.

Clearing a Log Record

  1. Navigate to Admin Settings > Log Configuration.
    The Log Configuration page is displayed.
  2. Click Delete under the Actions section in the row of the log record that you wish to edit.

The selected record is cleared or deleted successfully.

Configuring Log Retention

The following data is automatically deleted from DC after reaching a certain age:

  • Discovery data (<installation-path>/dc/var/fsdc/data)
  • Log data (<installation-path>/dc/var/fsdc/logs)

The default retention period is one month. To reconfigure it, take these steps on each DC node in your cluster:

  1. Log in to the node as root.
  2. Open /opt/meridian/dc/var/fsdc/conf/netra.conf for editing.
    Replace /opt/meridian with your actual installation path.
  3. Change the following properties:
    # set the retention period for /dc/var/fsdc/data
    remove_older_data_days_count = 30
    # set the retention period for /dc/var/fsdc/logs
    remove_older_logs_days_count = 30
  4. Restart the meridian service:
    service meridian-dc stop
    service meridian-dc start